golang.org/x/net/http2.stream.id (field)
23 uses
golang.org/x/net/http2 (current package)
server.go#L637: id uint32
server.go#L1094: *writeArg = writeData{stream.id, data, endStream}
server.go#L1311: sc.resetStream(streamError(st.id, ErrCodeNo))
server.go#L1640: delete(sc.streams, st.id)
server.go#L1666: sc.writeSched.CloseStream(st.id)
server.go#L1867: return st.id%2 == 0
server.go#L1909: StreamID: st.id,
server.go#L1989: sc.writeSched.AdjustStream(st.id, f.Priority)
server.go#L2057: return sc.countError("trailers_not_ended", streamError(st.id, ErrCodeProtocol))
server.go#L2061: return sc.countError("trailers_pseudo", streamError(st.id, ErrCodeProtocol))
server.go#L2070: return sc.countError("trailers_bogus", streamError(st.id, ErrCodeProtocol))
server.go#L2107: id: id,
server.go#L2121: sc.writeSched.OpenStream(st.id, OpenStreamOptions{PusherID: pusherID})
server.go#L2244: return nil, nil, sc.countError("bad_path", streamError(st.id, ErrCodeProtocol))
server.go#L2297: write: handlerPanicRST{rw.rws.stream.id},
server.go#L2361: write: write100ContinueHeadersFrame{st.id},
server.go#L2409: streamID = st.id
server.go#L2605: streamID: rws.stream.id,
server.go#L2642: streamID: rws.stream.id,
server.go#L2866: streamID: rws.stream.id,
server.go#L3119: promised := sc.newStream(promisedID, msg.parent.id, stateHalfClosedRemote)
server.go#L3138: streamID: msg.parent.id,
writesched.go#L78: return wr.stream.id